PluginArtifactRepositoryProxyClient

inner class PluginArtifactRepositoryProxyClient(delegate: ProxyClient) : ProxyClient

Constructors

Link copied to clipboard
constructor(delegate: ProxyClient)

Functions

Link copied to clipboard
open override fun findTarget(exchange: HttpServerExchange?): ProxyClient.ProxyTarget
Link copied to clipboard
open fun getAllTargets(): MutableList<ProxyClient.ProxyTarget>
Link copied to clipboard
open override fun getConnection(target: ProxyClient.ProxyTarget?, exchange: HttpServerExchange, callback: ProxyCallback<ProxyConnection?>?, timeout: Long, timeUnit: TimeUnit?)